πŸ““ Artificial Intelligence/Introduction to AI/Week 3 - Introduction/Definitions/Centroid-Based_Clustering.md by @KGBicheno β˜†

centroid-based clustering

Go back to the [[AI Glossary]]

#clustering

A category of clustering algorithms that organizes data into nonhierarchical clusters. k-means is the most widely used centroid-based clustering algorithm.

Contrast with hierarchical clustering algorithms.